-
1 random access memory cache
Cache memory that is used by the system to store and retrieve data from the RAM. Frequently accessed segments of data may be stored in the cache for quicker access compared with secondary storage devices such as disks.English-Arabic terms dictionary > random access memory cache
-
2 cache
A special memory subsystem in which frequently used data values are duplicated for quick access. -
3 cache
To store frequently used data values in a special memory subsystem for quick access. -
4 RAM cache
Cache memory that is used by the system to store and retrieve data from the RAM. Frequently accessed segments of data may be stored in the cache for quicker access compared with secondary storage devices such as disks. -
5 object cache GC count
The total number of objects from the object cache that have been removed from memory by the garbage collector. -
6 file system cache
An area of physical memory that holds frequently used pages. It allows applications and services to locate pages rapidly and reduces disk activity. -
7 TLB
A table used in a virtual memory system that lists the physical address page number associated with each virtual address page number. A TLB is used in conjunction with a cache whose tags are based on virtual addresses. The virtual address is presented simultaneously to the TLB and to the cache so that cache access and virtual-to-physical address translation can occur simultaneously. -
8 hybrid hard disk
"A hard disk that contains a small amount of solid-state nonvolatile memory which, when used as a cache, can realize significant benefits such as faster booting, extended battery life, and a more rugged PC." -
9 hybrid drive
"A hard disk that contains a small amount of solid-state nonvolatile memory which, when used as a cache, can realize significant benefits such as faster booting, extended battery life, and a more rugged PC."
См. также в других словарях:
memory cache — An area of high speed memory on the processor that stores commonly used code or data obtained from slower memory, eliminating the need to access the system s main memory to fetch instructions. The Intel 82385 cache controller chip was used… … Dictionary of networking
memory cache — noun (computer science) RAM memory that is set aside as a specialized buffer storage that is continually updated; used to optimize data transfers between system elements with different characteristics • Syn: ↑cache • Topics: ↑computer science,… … Useful english dictionary
memory cache — high speed memory intended to temporarily store information which the processor is likely to need (Computers) … English contemporary dictionary
Memory disambiguation — is a set of techniques employed by high performance out of order execution microprocessors that execute memory access instructions (loads and stores) out of program order. The mechanisms for performing memory disambiguation, implemented using… … Wikipedia
Velocity (memory cache) — Velocity was the code name for a distributed cache platform for in memory caches spread across multiple systems, developed by Microsoft. It is now incorporated as the caching element of Microsoft s AppFabric. Design Any number of systems can be a … Wikipedia
Cache — This article is about the computer science optimization concept. For other uses, see Cache (disambiguation). In computer engineering, a cache ( /ˈk … Wikipedia
Memory virtualization — In computer science, memory virtualization decouples volatile random access memory (RAM) resources from individual systems in the data center, and then aggregates those resources into a virtualized memory pool available to any computer in the… … Wikipedia
cache — Pronounced [cash]. A special area of memory, managed by a cache controller, that improves performance by storing the contents of frequently accessed memory locations and their addresses. A memory cache and a disk cache are not the same. A… … Dictionary of networking
cache — cache1 [kæʃ] n [Date: 1700 1800; : French; Origin: cacher to press, hide , from Vulgar Latin coacticare to press together ] 1.) a number of things that have been hidden, especially weapons, or the place where they have been hidden cache of ▪ a… … Dictionary of contemporary English
cache — noun Cache is used before these nouns: ↑memory Cache is used after these nouns: ↑weapon … Collocations dictionary
Cache pollution — describes situations where an executing computer program loads data into CPU cache unnecessarily, thus causing other needed data to be evicted from the cache into lower levels of the memory hierarchy, potentially all the way down to main memory,… … Wikipedia